Already fixed
Post
Replies
Boosts
Views
Activity
I have the same error. Latest x-code 15.01, latest macOs Sonoma 14.0 (23A344) and 14.1. SDK 21A326
I have the same error. Latest x-code 15.01, latest macOs Sonoma 14.0 (23A344) and 14.1. SDK 21A326
I have the same error.
Latest x-code 15.01, latest macOs Sonoma 14.0 (23A344) and 14.1.
SDK 21A326
you need to switch "automatically manage signing" in the project or re-select Team.
Make sure the changes appear in the project file:
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
you need to switch "automatically manage signing" in the project or re-select Team.
Make sure the changes appear in the project file:
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
allowProvisioningUpdates - will not solve the problem.
I have the same thing locally.
Xcode 13 does not build.
12.5.1 work without problem.
Apple Silicone or Intel ?
Same problem (mac mini m1)
same issue..